home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000289_news@newsmaster….columbia.edu _Wed Sep 3 12:59:59 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA28015
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 Sep 1997 12:59:46 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA11974
  7.     for kermit.misc@watsun; Wed, 3 Sep 1997 12:59:36 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MSKermit 3.14 problem
  12. Date: 3 Sep 1997 16:59:33 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <5uk51l$lq3$1@apakabar.cc.columbia.edu>
  16. References: <01bcb7cc$b2b132e0$LocalHost@ivan> <5uhpca$l6n$1@apakabar.cc.columbia.edu> <EFwrDC.Mt5@freenet.buffalo.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7609
  19.  
  20. In article <EFwrDC.Mt5@freenet.buffalo.edu>,
  21. L. Chen <am302@freenet.buffalo.edu> wrote:
  22. : On 2 Sep 1997, Frank da Cruz wrote:
  23. : > Then read the NETWORKS\SETUP.DOC file.  It explains everything you need to
  24. : > do to set up MS-DOS Kermit to make TCP/IP connections.
  25. : Can 3.14 make tcp/ip connections in Win95 ?
  26. MS-DOS 3.14 is not, and can not be, a Winsock client.  The only way it could
  27. make TCP/IP connections is through its own built-in TCP/IP stack or through
  28. its BIOS interface.  Setting this up is not for the feint of heart, and in
  29. any case is not recommended or supported.
  30.  
  31. - Frank